RolePlayerPropertyDescriptor.MapSourceRolePlayer Property

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

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace