Moniker Constructor (String, Guid, Guid, Store)
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.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.Stringstring reference used to resolve moniker
domainRelationshipId
Type: System.GuidId of the DomainRelationship this moniker will participate in.
domainClassId
Type: System.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.