DomainModel.GetCustomDomainRoles Method
Gets the non-generated domain roles.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Protected Overridable Function GetCustomDomainRoles As DomainModel.DomainRolePlayerInfo()
'Usage
Dim returnValue As DomainModel.DomainRolePlayerInfo()
returnValue = Me.GetCustomDomainRoles()
protected virtual DomainModel.DomainRolePlayerInfo[] GetCustomDomainRoles()
protected:
virtual array<DomainModel.DomainRolePlayerInfo^>^ GetCustomDomainRoles()
protected function GetCustomDomainRoles() : DomainModel.DomainRolePlayerInfo[]
Return Value
Type: array<Microsoft.VisualStudio.Modeling.DomainModel.DomainRolePlayerInfo[]
An array of DomainModel.DomainRolePlayerInfo objects.
.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
Microsoft.VisualStudio.Modeling Namespace