Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: Stringstring reference used to resolve moniker
domainRelationshipId
Type: GuidId of the DomainRelationship this moniker will participate in.
domainClassId
Type: GuidDomainClassId of the model element this moniker will resolve to.
store
Type: Microsoft.VisualStudio.Modeling.StoreStore 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.