Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub New ( _
monikerName As String, _
domainRelationshipId As Guid, _
domainClassId As Guid, _
store As Store _
)
'使用
Dim monikerName As String
Dim domainRelationshipId As Guid
Dim domainClassId As Guid
Dim store As Store
Dim instance As New Moniker(monikerName, _
domainRelationshipId, domainClassId, _
store)
public Moniker(
string monikerName,
Guid domainRelationshipId,
Guid domainClassId,
Store store
)
public:
Moniker(
String^ monikerName,
Guid domainRelationshipId,
Guid domainClassId,
Store^ store
)
public function Moniker(
monikerName : String,
domainRelationshipId : Guid,
domainClassId : Guid,
store : Store
)
Parameters
- monikerName
Type: System.String
- domainRelationshipId
Type: System.Guid
- domainClassId
Type: System.Guid
- store
Type: Microsoft.VisualStudio.Modeling.Store
Permissions
- 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.