Compartilhar via


MediaStreamSamplePropertySet.HasKey(Guid) Método

Definição

Indica se a chave especificada existe no conjunto de propriedades.

public:
 virtual bool HasKey(Platform::Guid key) = IMap<Platform::Guid, Platform::Object ^>::HasKey;
bool HasKey(winrt::guid const& key);
public bool HasKey(Guid key);
function hasKey(key)
Public Function HasKey (key As Guid) As Boolean

Parâmetros

key
Guid

Platform::Guid

winrt::guid

A tecla a ser verificada.

Retornos

Boolean

bool

true se a chave existir; caso contrário, false.

Implementações

Aplica-se a