GraphMetadata.IsSubstitutable-Eigenschaft
Gibt true zurück, wenn die Eigenschaft serialisierbar ist und Aliasing zulässig ist.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public ReadOnly Property IsSubstitutable As Boolean
public bool IsSubstitutable { get; }
public:
property bool IsSubstitutable {
bool get ();
}
member IsSubstitutable : bool with get
function get IsSubstitutable () : boolean
Eigenschaftswert
Typ: Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.