다음을 통해 공유


PropertyGuidsForContextNodesBase.RecognitionLattice 필드

업데이트: 2007년 11월

인식된 개체를 나타내는 Lattice를 가져오는 데 사용할 GUID(Globally Unique Identifier)를 지정합니다.

네임스페이스:  System.Windows.Ink.AnalysisCore
어셈블리:  IACore(IACore.dll)

구문

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

value = PropertyGuidsForContextNodesBase.RecognitionLattice
public static readonly Guid RecognitionLattice
public:
static initonly Guid RecognitionLattice
public static final Guid RecognitionLattice
public static final var RecognitionLattice : Guid

설명

이 필드는 InkBullet, InkWord, Line, Paragraph, Root 또는 WritingRegion 형식의 ContextNode에서 인식된 개체를 나타냅니다.

예제

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

' Get the lattice that represents the recognized object
If myAnalysisHintNode.ContainsPropertyData( _
   PropertyGuidsForContextNodes.RecognitionLattice) Then
    Dim myRecognitionLattice As Lattice = _
        CType(myAnalysisHintNode.GetPropertyData( _
        PropertyGuidsForContextNodes.RecognitionLattice), Lattice)
End If
// Get the lattice that represents the recognized object
if (myAnalysisHintNode.ContainsPropertyData(
    PropertyGuidsForContextNodes.RecognitionLattice))
{
    Lattice myRecognitionLattice =
        (Lattice)myAnalysisHintNode.GetPropertyData(
        PropertyGuidsForContextNodes.RecognitionLattice);
}

플랫폼

Windows Vista, Windows XP SP2, Windows Server 2003

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

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

PropertyGuidsForContextNodesBase 클래스

PropertyGuidsForContextNodesBase 멤버

System.Windows.Ink.AnalysisCore 네임스페이스