Share via


MonikerKey Constructor

Initializes a new instance of MonikerKey with the specified GUID and store.

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 MonikerKey(
    string monikerName,
    Guid domainRelationshipId,
    Guid domainClassId,
    Store store
)
public:
MonikerKey(
    String^ monikerName, 
    Guid domainRelationshipId, 
    Guid domainClassId, 
    Store^ store
)
new : 
        monikerName:string * 
        domainRelationshipId:Guid * 
        domainClassId:Guid * 
        store:Store -> MonikerKey
public function MonikerKey(
    monikerName : String, 
    domainRelationshipId : Guid, 
    domainClassId : Guid, 
    store : Store
)

Parameters

  • domainRelationshipId
    Type: System.Guid

    The GUID of the domain relationship associated with the MonikerKey.

.NET Framework Security

See Also

Reference

MonikerKey Class

Microsoft.VisualStudio.Modeling Namespace