BuildProviderAppliesToAttribute Members

Defines an attribute that specifies the scope where a build provider will be applied when a resource is located. This class cannot be inherited.

The following tables list the members exposed by the BuildProviderAppliesToAttribute type.

  Name Description
Public method BuildProviderAppliesToAttribute Initializes a new instance of the BuildProviderAppliesToAttribute class that applies to the specified resource location.
Top

  Name Description
Public property AppliesTo Gets a value that indicates where the specified BuildProvider class will be applied when a resource with the appropriate extension is found.
Public property TypeId  When implemented in a derived class, gets a unique identifier for this Attribute.(inherited from Attribute)
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Returns a value indicating whether two instances of Attribute represent the same value. (inherited from Attribute)
Public method Static GetCustomAttribute  Overloaded. Retrieves a custom attribute of a specified type applied to an assembly, module, type member, or method parameter. (inherited from Attribute)
Public method Static GetCustomAttributes  Overloaded. Retrieves an array of the custom attributes applied to an assembly, module, type member, or method parameter. (inherited from Attribute)
Public method GetHashCode  Returns the hash code for this instance. (inherited from Attribute)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method IsDefaultAttribute  When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (inherited from Attribute)
Public method Static IsDefined  Overloaded. Determines whether any custom attributes of a specified type are applied to an assembly, module, type member, or method parameter. (inherited from Attribute)
Public method Match  When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (inherited from Attribute)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top

Community Additions

ADD
Show: