Freigeben über


GraphPathSerializationDictionary.IsReadOnly-Eigenschaft

Ruft einen Wert ab, der angibt, ob die System.Collections.Generic.ICollection schreibgeschützt ist.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool with get 
override IsReadOnly : bool with get
final function get IsReadOnly () : boolean

Eigenschaftswert

Typ: Boolean
True, wenn das System.Collections.Generic.ICollection schreibgeschützt ist; andernfalls False.

Implementiert

ICollection.IsReadOnly

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPathSerializationDictionary Klasse

Microsoft.VisualStudio.GraphModel-Namespace