次の方法で共有


プロパティ (#import を使用した Visual C++ 構文インデックス)

適用先: Access 2013 | Access 2016

プロパティ

long GetAttributes( ); 
void PutAttributes( long plAttributes ); 
__declspec(property(get=GetAttributes,put=PutAttributes)) long 
 Invalid DDUE based on source, error:link not allowed in code, link filename:adproattributes_HV10294099.xml; 
 
_bstr_t GetName( ); 
__declspec(property(get=GetName)) _bstr_t Invalid DDUE based on source, error:link not allowed in code, link filename:mdproname_HV10294535.xml; 
 
enum DataTypeEnum GetType( ); 
__declspec(property(get=GetType)) enum DataTypeEnum Invalid DDUE based on source, error:link not allowed in code, link filename:mdprotype_HV10294866.xml; 
 
_variant_t GetValue( ); 
void PutValue( const _variant_t & pval ); 
__declspec(property(get=GetValue,put=PutValue)) _variant_t Invalid DDUE based on source, error:link not allowed in code, link filename:mdprovalue_HV10294920.xml; 

関連項目

サポートとフィードバック

Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。