ResXDataNodeGetNodeLinePosition Method
Retrieves the line position of the resource in the resource file.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public int GetNodeLinePosition()
Public Function GetNodeLinePosition As Integer
public:
int GetNodeLinePosition()
member GetNodeLinePosition : unit -> int
Return Value
Int32
An
Int32 that specifies the line position of this resource in the resource file.
If the resource does not contain the .resx information (that is, if the
ResXDataNode was created from an object or the raw .resx data was removed on a
GetValue call), then this method returns 0.