Share via


SchemaViewElementNodeProperties.FilePath Property

This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public ReadOnly Property FilePath As String
[BrowsableAttribute(true)]
public string FilePath { get; }
[BrowsableAttribute(true)]
public:
property String^ FilePath {
    String^ get ();
}
[<BrowsableAttribute(true)>]
member FilePath : string
function get FilePath () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SchemaViewElementNodeProperties Class

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaView.Internal Namespace