IDocumentPeekResult::FilePath Property

Visual Studio 2015
 

Gets the fully qualified file path identifying the document where the result is located.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property String^ FilePath {
	String^ get();
}

Property Value

Type: System::String^

The fully qualified file path identifying the document where the result is located.

Return to top
Show: