WalletItemCustomProperty.AutoDetectLinks 속성

정의

주의

ApplicationModel.Wallet 네임스페이스는 더 이상 지원되지 않으며 곧 더 이상 사용되지 않습니다. 개발자는 이 네임스페이스를 사용하지 않는 것이 좋습니다.

WalletItemCustomProperty 가 엔터티 추출 및 표시 시 실행 가능한지 여부를 가져오거나 설정합니다.

public:
 property bool AutoDetectLinks { bool get(); void set(bool value); };
bool AutoDetectLinks();

void AutoDetectLinks(bool value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
bool AutoDetectLinks();

void AutoDetectLinks(bool value);
public bool AutoDetectLinks { get; set; }
public bool AutoDetectLinks { [Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("IWalletItemCustomProperty is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] set; }
var boolean = walletItemCustomProperty.autoDetectLinks;
walletItemCustomProperty.autoDetectLinks = boolean;
Public Property AutoDetectLinks As Boolean

속성 값

Boolean

bool

WalletItemCustomProperty가 엔터티 추출되고 표시 시 실행 가능한 경우 true입니다. 그렇지 않으면 false입니다.

특성

설명

엔터티 추출 은 데이터의 문자열을 특정 패턴과 일치시키고 UI에서 해당 항목에 대한 적절한 동작/동작을 자동으로 생성할 수 있는 자동 동작에 대한 용어입니다. 이 기술은 일반적으로 전자 메일 애플리케이션에서 사용되며 지갑 항목 표시의 UI 논리에도 사용됩니다. 예를 들어 각 문자가 숫자 0-9인 10자리 문자열은 전화 번호를 나타내기 위해 엔터티 추출될 수 있으며 연결된 작업은 해당 번호에 대한 호출을 시작하는 것입니다. 패턴과 false 일치가 있을 수 있으므로 기본값은 false이지만 WalletItemCustomProperty 에서 데이터 및 일치 동작이 무엇인지 알고 엔터티 추출 동작을 원하는 경우 이 속성을 true로 설정합니다.

적용 대상

추가 정보