CodeDomSerializerBase.GetAttributesHelper Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of attributes as defined in the project's target version of .NET.
protected:
static System::ComponentModel::AttributeCollection ^ GetAttributesHelper(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, System::Object ^ instance);
protected static System.ComponentModel.AttributeCollection GetAttributesHelper (System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object instance);
static member GetAttributesHelper : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * obj -> System.ComponentModel.AttributeCollection
Protected Shared Function GetAttributesHelper (manager As IDesignerSerializationManager, instance As Object) As AttributeCollection
Parameters
- manager
- IDesignerSerializationManager
The serialization manager.
- instance
- Object
An object of the target type.
Returns
A collection of attributes as defined in the project's target version of .NET.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.