CompletionSet.Moniker Property
Gets the unique, non-localized identifier for the completion set.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property Moniker As String
public virtual string Moniker { get; protected set; }
public:
virtual property String^ Moniker {
String^ get ();
protected: void set (String^ value);
}
abstract Moniker : string with get, set
override Moniker : string with get, set
function get Moniker () : String
protected function set Moniker (value : String)
Property Value
Type: String
The unique, non-localized identifier for the completion set.
.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.