MonikerKey Constructor
Initializes a new instance of MonikerKey with the specified GUID and store.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: StringThe name of the MonikerKey.
domainRelationshipId
Type: GuidThe GUID of the domain relationship associated with the MonikerKey.
domainClassId
Type: GuidThe GUID of the domain class associated with the MonikerKey.
store
Type: Microsoft.VisualStudio.Modeling.StoreThe 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.