Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Sub New ( _
monikerName As String, _
domainRelationshipId As Guid, _
domainClassId As Guid, _
store As Store _
)
public Moniker(
string monikerName,
Guid domainRelationshipId,
Guid domainClassId,
Store store
)
public:
Moniker(
String^ monikerName,
Guid domainRelationshipId,
Guid domainClassId,
Store^ store
)
new :
monikerName:string *
domainRelationshipId:Guid *
domainClassId:Guid *
store:Store -> Moniker
public function Moniker(
monikerName : String,
domainRelationshipId : Guid,
domainClassId : Guid,
store : Store
)
Parameters
- monikerName
Type: System.String
string reference used to resolve moniker
- domainRelationshipId
Type: System.Guid
Id of the DomainRelationship this moniker will participate in.
- domainClassId
Type: System.Guid
DomainClassId of the model element this moniker will resolve to.
- store
Type: Microsoft.VisualStudio.Modeling.Store
Store the Moniker is created in
.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.