Moniker.Key Property

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public ReadOnly Property Key As MonikerKey
'使用
Dim instance As Moniker
Dim value As MonikerKey

value = instance.Key
public MonikerKey Key { get; }
public:
property MonikerKey^ Key {
    MonikerKey^ get ();
}
public function get Key () : MonikerKey

Property Value

Type: Microsoft.VisualStudio.Modeling.MonikerKey

Permissions

See Also

Reference

Moniker Class

Moniker Members

Microsoft.VisualStudio.Modeling Namespace