Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub New ( _
domainPropertyId As Guid, _
propertyValue As Object _
)
'使用
Dim domainPropertyId As Guid
Dim propertyValue As Object
Dim instance As New ProtoPropertyValue(domainPropertyId, _
propertyValue)
public ProtoPropertyValue(
Guid domainPropertyId,
Object propertyValue
)
public:
ProtoPropertyValue(
Guid domainPropertyId,
Object^ propertyValue
)
public function ProtoPropertyValue(
domainPropertyId : Guid,
propertyValue : Object
)
Parameters
- domainPropertyId
Type: System.Guid
- propertyValue
Type: System.Object
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.