Condividi tramite


HdcpSession.GetEffectiveProtection Metodo

Definizione

Restituisce la protezione effettiva dell'istanza hdcpSession .

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

Restituisce

Livello di protezione attualmente disponibile per l'istanza hdcpSession .

Commenti

Per ottenere l'output di questo metodo, assegnarlo a una variabile di tipo HdcpProtection?:

HdcpProtection? protection = hdcpSession.GetEffectiveProtection();

Per ottenere quindi il valore effettivo dell'enumerazione , usare protection.Value.

Si applica a