Moniker.Key Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property Key As MonikerKey
'Usage
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.