ElementLocation.LocationString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The location in a form suitable for replacement into a message. Example: "c:\foo\bar.csproj (12,34)" Calling this creates and formats a new string. PREFER TO PUT THE LOCATION INFORMATION AT THE START OF THE MESSAGE INSTEAD. Only in rare cases should the location go within the message itself.
public:
property System::String ^ LocationString { System::String ^ get(); };
public string LocationString { get; }
member this.LocationString : string
Public ReadOnly Property LocationString As String
Property Value
Returns String.