TestRunConfiguration.VisibleProperties – vlastnost
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Public ReadOnly Property VisibleProperties As PropertyDescriptorCollection
public PropertyDescriptorCollection VisibleProperties { get; }
public:
virtual property PropertyDescriptorCollection^ VisibleProperties {
PropertyDescriptorCollection^ get () sealed;
}
abstract VisibleProperties : PropertyDescriptorCollection with get
override VisibleProperties : PropertyDescriptorCollection with get
final function get VisibleProperties () : PropertyDescriptorCollection
Hodnota vlastnosti
Typ: PropertyDescriptorCollection
Implementuje
IVisiblePropertyProvider.VisibleProperties
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.