HdcpSession.GetEffectiveProtection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la protection effective de l’instance HdcpSession.
public:
virtual IReference<HdcpProtection> ^ GetEffectiveProtection() = GetEffectiveProtection;
IReference<HdcpProtection> GetEffectiveProtection();
public System.Nullable<HdcpProtection> GetEffectiveProtection();
function getEffectiveProtection()
Public Function GetEffectiveProtection () As Nullable(Of HdcpProtection)
Retours
Niveau de protection dont dispose actuellement le instance HdcpSession.
Remarques
Pour obtenir la sortie de cette méthode, affectez-la à une variable de type HdcpProtection ?:
HdcpProtection? protection = hdcpSession.GetEffectiveProtection();
Ensuite, pour obtenir la valeur réelle de l’énumération, utilisez protection.Value
.