Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Sub New ( _
compartmentId As String _
)
'使用
Dim compartmentId As String
Dim instance As New CompartmentMapping(compartmentId)
protected CompartmentMapping(
string compartmentId
)
protected:
CompartmentMapping(
String^ compartmentId
)
protected function CompartmentMapping(
compartmentId : String
)
Parameters
- compartmentId
Type: System.String
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.