IProfileManager.AllProfiles – vlastnost
Obor názvů: Microsoft.VisualStudio.Uml.Profiles
Sestavení: Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntaxe
'Deklarace
ReadOnly Property AllProfiles As IEnumerable(Of IProfile)
IEnumerable<IProfile> AllProfiles { get; }
property IEnumerable<IProfile^>^ AllProfiles {
IEnumerable<IProfile^>^ get ();
}
abstract AllProfiles : IEnumerable<IProfile>
function get AllProfiles () : IEnumerable<IProfile>
Hodnota vlastnosti
Typ: System.Collections.Generic.IEnumerable<IProfile>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.