다음을 통해 공유


PropertyGuidsForAnalysisHints.AllowPartialDictionaryTerms 필드

업데이트: 2007년 11월

분석 힌트에서 부분 사전 용어가 허용되는지 여부를 결정하는 부울 값을 가져오거나 설정할 때 GUID(Globally Unique Identifier)를 지정합니다.

네임스페이스:  Microsoft.Ink
어셈블리:  Microsoft.Ink.Analysis(Microsoft.Ink.Analysis.dll)

구문

‘선언
Public Shared ReadOnly AllowPartialDictionaryTerms As Guid
‘사용 방법
Dim value As Guid

value = PropertyGuidsForAnalysisHints.AllowPartialDictionaryTerms
public static readonly Guid AllowPartialDictionaryTerms
public:
static initonly Guid AllowPartialDictionaryTerms
public static final Guid AllowPartialDictionaryTerms
public static final var AllowPartialDictionaryTerms : Guid

설명

이 필드는 AnalysisHint 형식의 ContextNode에서 부분 사전 용어를 인식하는지 여부를 나타냅니다. 부분 사전 용어는 항목 시작 부분이 일치하는 용어입니다. 예를 들어 부분 사전 용어 "abc"는 "abcdefg" 항목과 일치합니다.

예제

다음 예제에서는 AllowPartialDictionaryTerms 필드를 보여 줍니다.

' Determine whether partial dictionary terms are allowed in analysis hint
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForAnalysisHints.AllowPartialDictionaryTerms) Then
    Dim myAllowPartialDictionaryTerms As Boolean = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForAnalysisHints.AllowPartialDictionaryTerms), Boolean)
End If
// Determine whether partial dictionary terms are allowed in analysis hint
if (myAnalysisHintNode.ContainsPropertyData(
    PropertyGuidsForAnalysisHints.AllowPartialDictionaryTerms))
{
    bool myAllowPartialDictionaryTerms =
        (bool)myAnalysisHintNode.GetPropertyData(
        PropertyGuidsForAnalysisHints.AllowPartialDictionaryTerms);
}

플랫폼

Windows Vista

.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

PropertyGuidsForAnalysisHints 클래스

PropertyGuidsForAnalysisHints 멤버

Microsoft.Ink 네임스페이스