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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.