Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Property MapSourceRolePlayer As SourceRolePlayerMapFunction
'使用
Dim instance As RolePlayerPropertyDescriptor
Dim value As SourceRolePlayerMapFunction
value = instance.MapSourceRolePlayer
instance.MapSourceRolePlayer = value
public SourceRolePlayerMapFunction MapSourceRolePlayer { get; set; }
public:
property SourceRolePlayerMapFunction^ MapSourceRolePlayer {
SourceRolePlayerMapFunction^ get ();
void set (SourceRolePlayerMapFunction^ value);
}
public function get MapSourceRolePlayer () : SourceRolePlayerMapFunction
public function set MapSourceRolePlayer (value : SourceRolePlayerMapFunction)
Property Value
Type: Microsoft.VisualStudio.Modeling.Design.SourceRolePlayerMapFunction
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