DataSiteableObject<T> 클래스
컨테이너에서 개체와 해당 사이트 간에 통신을 지원 하는 간단한 방법을 제공 합니다.
상속 계층 구조
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<T>
자세히...
네임스페이스: Microsoft.VisualStudio.Data.Framework
어셈블리: Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)
구문
‘선언
Public Class DataSiteableObject(Of T) _
Implements IVsDataSiteableObject(Of T)
public class DataSiteableObject<T> : IVsDataSiteableObject<T>
generic<typename T>
public ref class DataSiteableObject : IVsDataSiteableObject<T>
type DataSiteableObject<'T> =
class
interface IVsDataSiteableObject<'T>
end
JScript에서는 제네릭 형식이나 메서드를 지원하지 않습니다.
Type 매개 변수
- T
매개 변수의 형식입니다.
DataSiteableObject<T> 형식에서는 다음과 같은 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
DataSiteableObject<T>() | DataSiteableObject<T> 클래스의 새 인스턴스를 만듭니다. | |
DataSiteableObject<T>(T) | 새 인스턴스를 초기화는 DataSiteableObject<T> 사이트 제네릭 형식 매개 변수를 지정 하는 클래스입니다. |
위쪽
속성
이름 | 설명 | |
---|---|---|
Site | 사이트 개체를 가져오거나 설정 합니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
Equals | 지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (Object에서 상속됨) | |
Finalize | 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨) | |
GetHashCode | 특정 형식에 대한 해시 함수 역할을 합니다. (Object에서 상속됨) | |
GetType | 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨) | |
MemberwiseClone | 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨) | |
OnSiteChanged | SiteChanged 이벤트를 발생시킵니다. | |
ToString | 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨) |
위쪽
이벤트
이름 | 설명 | |
---|---|---|
SiteChanged | Site 속성이 변경될 때 발생합니다. |
위쪽
설명
이 클래스 사이트 변경 될 때 발생 하는 이벤트를 제공 합니다.이 클라이언트 또는 파생된 된 클래스 개체 사이트로 변경 될 때 사용자 지정 논리를 적용할 수 있습니다.
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.
참고 항목
참조
Microsoft.VisualStudio.Data.Framework 네임스페이스
상속 계층 구조
System.Object
Microsoft.VisualStudio.Data.Framework.DataSiteableObject<T>
Microsoft.VisualStudio.Data.Framework.AdoDotNet.AdoDotNetConnectionProperties
Microsoft.VisualStudio.Data.Framework.DataAsyncCommand
Microsoft.VisualStudio.Data.Framework.DataCommand
Microsoft.VisualStudio.Data.Framework.DataConnectionEquivalencyComparer
Microsoft.VisualStudio.Data.Framework.DataMappedObjectConverter
Microsoft.VisualStudio.Data.Framework.DataObjectIdentifierConverter
Microsoft.VisualStudio.Data.Framework.DataObjectIdentifierResolver
Microsoft.VisualStudio.Data.Framework.DataObjectMemberComparer
Microsoft.VisualStudio.Data.Framework.DataObjectSelector
Microsoft.VisualStudio.Data.Framework.DataProviderObjectFactory
Microsoft.VisualStudio.Data.Framework.DataSourceInformation
Microsoft.VisualStudio.Data.Framework.DataSourceVersionComparer
Microsoft.VisualStudio.Data.Framework.DataTransaction
Microsoft.VisualStudio.Data.Framework.DataViewBrowseObjectProvider
Microsoft.VisualStudio.Data.Framework.DataViewCommandProvider
Microsoft.VisualStudio.Data.Framework.DataViewDocumentProvider
Microsoft.VisualStudio.Data.Framework.DSRefBuilder