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.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.

.NET Framework Security

See Also

Reference

Moniker Class

Moniker Overload

Microsoft.VisualStudio.Modeling Namespace