Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected ReadOnly Property SourcePlayer As ModelElement
'使用
Dim value As ModelElement
value = Me.SourcePlayer
protected ModelElement SourcePlayer { get; }
protected:
property ModelElement^ SourcePlayer {
ModelElement^ get ();
}
protected function get SourcePlayer () : ModelElement
Property Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
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.
See Also
Reference
RolePlayerPropertyDescriptor Class