DomainModel.GetCustomDomainRoles Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of non-generated domain roles.
protected:
virtual cli::array <Microsoft::VisualStudio::Modeling::DomainModel::DomainRolePlayerInfo ^> ^ GetCustomDomainRoles();
protected virtual Microsoft.VisualStudio.Modeling.DomainModel.DomainRolePlayerInfo[] GetCustomDomainRoles ();
abstract member GetCustomDomainRoles : unit -> Microsoft.VisualStudio.Modeling.DomainModel.DomainRolePlayerInfo[]
override this.GetCustomDomainRoles : unit -> Microsoft.VisualStudio.Modeling.DomainModel.DomainRolePlayerInfo[]
Protected Overridable Function GetCustomDomainRoles () As DomainModel.DomainRolePlayerInfo()
Returns
List of role data.