Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- monikerName 
 Type: System.String- The name of the MonikerKey. 
- domainRelationshipId 
 Type: System.Guid- The GUID of the domain relationship associated with the MonikerKey. 
- domainClassId 
 Type: System.Guid- The GUID of the domain class associated with the MonikerKey. 
- store 
 Type: Microsoft.VisualStudio.Modeling.Store- The store in which the MonikerKey is created. 
.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.