RolePlayerPropertyDescriptor.MapSourceRolePlayer Property
Gets or sets the delegate that enables the role player to intervene in the process of creating a link.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property MapSourceRolePlayer As SourceRolePlayerMapFunction
'Usage
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
The delegate that enables the role player to intervene in the process of creating a link.
.NET Framework Security
- 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
RolePlayerPropertyDescriptor Members
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |