Sdílet prostřednictvím


GraphSchema.IsDocumentSchema – vlastnost

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
Public Property IsDocumentSchema As Boolean
    Get
    Private Set
public bool IsDocumentSchema { get; private set; }
public:
property bool IsDocumentSchema {
    bool get ();
    private: void set (bool value);
}
member IsDocumentSchema : bool with get, private set
function get IsDocumentSchema () : boolean
private function set IsDocumentSchema (value : boolean)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GraphSchema Třída

Microsoft.VisualStudio.GraphModel – obor názvů