ParameterIdentity Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
An identity of a parameter within a method or a constructor invocation.
Namespace: Microsoft.Windows.Design.Documents.Identities
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class ParameterIdentity _
Inherits IdentityWrapper(Of Integer)
'Usage
Dim instance As ParameterIdentity
public class ParameterIdentity : IdentityWrapper<int>
public ref class ParameterIdentity : public IdentityWrapper<int>
public class ParameterIdentity extends IdentityWrapper<int>
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Identities.Identity
Microsoft.Windows.Design.Documents.Identities.IdentityWrapper<Int32>
Microsoft.Windows.Design.Documents.Identities.ParameterIdentity
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Documents.Identities Namespace