NamedParameter Element (ProxyGen)

Represents a named parameter of an attribute's constructor.

<NamedParameter name = "Parameter name" 
    Value = "Parameter value">
  <Type>...</Type>
</NamedParameter>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

name

Required identifier_Type attribute.

The name of the parameter.

value

Required xs:string attribute.

The value of the parameter.

Child Elements

Element

Description

Type

Required ArrayTypeReference_Type attribute.

Describes the type of the parameter. The type can be an array.

Parent Elements

Element

Description

Attribute

Represents an attribute of a type, member, or parameter in the proxy assembly.

Element Information

Namespace

https://schemas.microsoft.com/vsta/2008/01/ProxyGenDescriptor

Schema name

ProxyGen Descriptor

Validation file

ProxyGenDescriptorv2.xsd

Can be empty

No

See Also

Concepts

ProxyGen Descriptor Schema Reference

Creating Proxies

Defining Entry Points and Other Proxy Changes