Compartilhar via


HdcpSession.GetEffectiveProtection Método

Definição

Retorna a proteção efetiva da instância do HdcpSession .

public:
 virtual IReference<HdcpProtection> ^ GetEffectiveProtection() = GetEffectiveProtection;
IReference<HdcpProtection> GetEffectiveProtection();
public System.Nullable<HdcpProtection> GetEffectiveProtection();
function getEffectiveProtection()
Public Function GetEffectiveProtection () As Nullable(Of HdcpProtection)

Retornos

O nível de proteção que a instância do HdcpSession tem atualmente.

Comentários

Para obter a saída desse método, atribua-a a uma variável do tipo HdcpProtection?:

HdcpProtection? protection = hdcpSession.GetEffectiveProtection();

Em seguida, para obter o valor real da enumeração, use protection.Value.

Aplica-se a