ExtendedProperty.Id 속성
업데이트: 2007년 11월
ExtendedProperty 개체의 식별자를 가져옵니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
Public ReadOnly Property Id As Guid
‘사용 방법
Dim instance As ExtendedProperty
Dim value As Guid
value = instance.Id
public Guid Id { get; }
public:
property Guid Id {
Guid get ();
}
/** @property */
public Guid get_Id()
public function get Id () : Guid
속성 값
형식: System.Guid
ExtendedProperty 개체의 식별자입니다.
설명
참고
ExtendedProperty 개체의 식별자는 시간에 따라 변경되지 않고 일정합니다.
예제
이 C# 예제에서는 Stroke 개체인 theStroke의 첫 번째로 확장된 속성 식별자를 반환합니다.
Guid thePropertyID = theStroke.ExtendedProperties[0].Id;
이 Microsoft® Visual Basic® .NET 예제에서는 Stroke 개체인 theStroke의 첫 번째로 확장된 속성 식별자를 반환합니다.
Dim thePropertyID As Guid = theStroke.ExtendedProperties(0).Id
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원