PropertyDataCollection.PropertyDataEnumerator.Current Propriedade
Definição
Obtém o PropertyData atual na enumeração PropertyDataCollection.Gets the current PropertyData in the PropertyDataCollection enumeration.
public:
property System::Management::PropertyData ^ Current { System::Management::PropertyData ^ get(); };
public System.Management.PropertyData Current { get; }
member this.Current : System.Management.PropertyData
Public ReadOnly Property Current As PropertyData
Valor da propriedade
O elemento PropertyData atual na coleção.The current PropertyData element in the collection.
Comentários
Segurança do .NET Framework.NET Framework Security
Confiança total para o chamador imediato.Full trust for the immediate caller. Este membro não pode ser usado pelo código parcialmente confiável.This member cannot be used by partially trusted code. Para obter mais informações, consulte usando bibliotecas de código parcialmente confiável.For more information, see Using Libraries from Partially Trusted Code.