Uses of Class
system.componentmodel.AttributeCollection
-
-
Uses of AttributeCollection in system.activities
Methods in system.activities that return AttributeCollection Modifier and Type Method Description AttributeCollection
DynamicActivity. GetAttributes()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. -
Uses of AttributeCollection in system.activities.presentation.model
Methods in system.activities.presentation.model that return AttributeCollection Modifier and Type Method Description AttributeCollection
ModelItem. getAttributes()
AttributeCollection
ModelProperty. getAttributes()
-
Uses of AttributeCollection in system.activities.statements
Methods in system.activities.statements that return AttributeCollection Modifier and Type Method Description AttributeCollection
Interop. GetAttributes()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. -
Uses of AttributeCollection in system.componentmodel
Methods in system.componentmodel that return AttributeCollection Modifier and Type Method Description static AttributeCollection
AttributeCollection. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoAttributeCollection
, a cast assert is made to check if types are compatible.static AttributeCollection
AttributeCollection. FromExisting(AttributeCollection existing, Attribute... newAttributes)
AttributeCollection
MemberDescriptor. getAttributes()
AttributeCollection
CustomTypeDescriptor. GetAttributes()
AttributeCollection
IComNativeDescriptorHandler. GetAttributes(NetObject component)
AttributeCollection
IComNativeDescriptorHandlerImplementation. GetAttributes(NetObject component)
AttributeCollection
ICustomTypeDescriptor. GetAttributes()
AttributeCollection
ICustomTypeDescriptorImplementation. GetAttributes()
static AttributeCollection
TypeDescriptor. GetAttributes(NetObject component)
static AttributeCollection
TypeDescriptor. GetAttributes(NetObject component, boolean noCustomTypeDesc)
static AttributeCollection
TypeDescriptor. GetAttributes(NetType componentType)
Methods in system.componentmodel with parameters of type AttributeCollection Modifier and Type Method Description static AttributeCollection
AttributeCollection. FromExisting(AttributeCollection existing, Attribute... newAttributes)
-
Uses of AttributeCollection in system.data
Methods in system.data that return AttributeCollection Modifier and Type Method Description AttributeCollection
DataRowView. GetAttributes()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. -
Uses of AttributeCollection in system.data.common
Methods in system.data.common that return AttributeCollection Modifier and Type Method Description AttributeCollection
DbConnectionStringBuilder. GetAttributes()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.AttributeCollection
DbDataRecord. GetAttributes()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. -
Uses of AttributeCollection in system.web.ui.webcontrols
Methods in system.web.ui.webcontrols that return AttributeCollection Modifier and Type Method Description AttributeCollection
SubMenuStyle. GetAttributes()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. -
Uses of AttributeCollection in system.web.ui.webcontrols.webparts
Methods in system.web.ui.webcontrols.webparts that return AttributeCollection Modifier and Type Method Description AttributeCollection
WebPartMenuStyle. GetAttributes()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface. -
Uses of AttributeCollection in system.windows.forms
Methods in system.windows.forms that return AttributeCollection Modifier and Type Method Description AttributeCollection
AxHost. GetAttributes()
Deprecated.Not for public use because the method is implemented in .NET with an explicit interface.AttributeCollection
PropertyGrid. getBrowsableAttributes()
Methods in system.windows.forms with parameters of type AttributeCollection Modifier and Type Method Description void
PropertyGrid. setBrowsableAttributes(AttributeCollection BrowsableAttributes)
-
Uses of AttributeCollection in system.windows.markup.primitives
Methods in system.windows.markup.primitives that return AttributeCollection Modifier and Type Method Description AttributeCollection
MarkupObject. getAttributes()
AttributeCollection
MarkupProperty. getAttributes()
-