IComNativeDescriptorHandler.GetAttributes(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定之元件的屬性。
public:
System::ComponentModel::AttributeCollection ^ GetAttributes(System::Object ^ component);
public System.ComponentModel.AttributeCollection GetAttributes (object component);
abstract member GetAttributes : obj -> System.ComponentModel.AttributeCollection
Public Function GetAttributes (component As Object) As AttributeCollection
參數
- component
- Object
要為其取得屬性的元件。
傳回
component
之屬性的集合。
備註
注意
此 API 現已淘汰。 非過時的替代方式是 ComObjectType。