TypeConverter.GetPropertiesSupported 메서드

정의

이 개체가 속성을 지원하는지 여부를 반환합니다.

오버로드

GetPropertiesSupported(ITypeDescriptorContext)

이 개체가 지정된 컨텍스트를 사용하여 속성을 지원하는지 여부를 반환합니다.

GetPropertiesSupported()

이 개체가 속성을 지원하는지 여부를 반환합니다.

GetPropertiesSupported(ITypeDescriptorContext)

Source:
TypeConverter.cs
Source:
TypeConverter.cs
Source:
TypeConverter.cs

이 개체가 지정된 컨텍스트를 사용하여 속성을 지원하는지 여부를 반환합니다.

public:
 virtual bool GetPropertiesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public virtual bool GetPropertiesSupported (System.ComponentModel.ITypeDescriptorContext context);
public virtual bool GetPropertiesSupported (System.ComponentModel.ITypeDescriptorContext? context);
abstract member GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
override this.GetPropertiesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overridable Function GetPropertiesSupported (context As ITypeDescriptorContext) As Boolean

매개 변수

context
ITypeDescriptorContext

형식 컨텍스트를 제공하는 ITypeDescriptorContext입니다.

반환

이 개체의 속성을 찾기 위해 true를 호출하면 GetProperties(Object)이고, 그렇지 않으면 false입니다.

설명

이 클래스에서 구현될 때 이 메서드는 항상 false를 반환합니다.

상속자 참고

변환하려는 형식이 속성을 지원하는 경우 이 메서드를 재정의합니다.

이 변환기가 호출되는 환경에 대한 추가 정보를 추출하려면 context 매개 변수를 사용합니다. 이 매개 변수 수 null항상 확인 합니다. 또한 컨텍스트 개체의 속성은 null을 반환할 수도 있습니다.

추가 정보

적용 대상

GetPropertiesSupported()

Source:
TypeConverter.cs
Source:
TypeConverter.cs
Source:
TypeConverter.cs

이 개체가 속성을 지원하는지 여부를 반환합니다.

public:
 bool GetPropertiesSupported();
public bool GetPropertiesSupported ();
member this.GetPropertiesSupported : unit -> bool
Public Function GetPropertiesSupported () As Boolean

반환

이 개체의 속성을 찾기 위해 true를 호출하면 GetProperties(Object)이고, 그렇지 않으면 false입니다.

설명

이 클래스에서 구현될 때 이 메서드는 항상 false를 반환합니다.

적용 대상