Partager via


PerceptionColorFrameSource.CanControlIndependentlyFrom(String) Méthode

Définition

Cette méthode retourne une valeur booléenne indiquant si la source de cadre de couleur peut être contrôlée séparément d’une autre source de frame.

public:
 virtual bool CanControlIndependentlyFrom(Platform::String ^ targetId) = CanControlIndependentlyFrom;
bool CanControlIndependentlyFrom(winrt::hstring const& targetId);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool CanControlIndependentlyFrom(winrt::hstring const& targetId);
public bool CanControlIndependentlyFrom(string targetId);
[Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public bool CanControlIndependentlyFrom(string targetId);
function canControlIndependentlyFrom(targetId)
Public Function CanControlIndependentlyFrom (targetId As String) As Boolean

Paramètres

targetId
String

Platform::String

winrt::hstring

Chaîne représentant l’ID unique de l’autre source de trame.

Retours

Boolean

bool

Retourne true si les deux sources peuvent être contrôlées indépendamment l’une de l’autre, sinon retourne false.

Attributs

S’applique à