Anteckning
Å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.
Initializes a new instance of MonikerKey with the specified GUID and store.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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.