Share via


IVsaEngine.RootMoniker-Eigenschaft

Legt den Stammmoniker eines Skriptmoduls fest oder ruft ihn ab.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
Property RootMoniker As String
string RootMoniker { get; set; }
property String^ RootMoniker {
    String^ get ();
    void set (String^ value);
}
abstract RootMoniker : string with get, set
function get RootMoniker () : String 
function set RootMoniker (value : String)

Eigenschaftswert

Typ: String
Gibt den aktuellen Wert der RootMoniker-Eigenschaft zurück.

Siehe auch

Referenz

IVsaEngine Schnittstelle

Microsoft.Vsa-Namespace