ProvideMSBuildTargetsAttribute Class

 

Obsolete. Do not use.

Registers a custom targets file to the list of the targets known and trusted by MSBuild.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System::Object
  System::Attribute
    Microsoft.VisualStudio.Shell::RegistrationAttribute
      Microsoft.VisualStudio.Shell::ProvideMSBuildTargetsAttribute

[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true, 
	Inherited = true)]
public ref class ProvideMSBuildTargetsAttribute sealed : RegistrationAttribute

NameDescription
System_CAPS_pubmethodProvideMSBuildTargetsAttribute(String^, String^)

Obsolete. Do not use.

Initializes a new instance of the ProvideMSBuildTargetsAttribute class to register a targets file to the list of the MSBuild safe imports.

NameDescription
System_CAPS_pubpropertyTypeId

Gets the current instance of this attribute.(Inherited from RegistrationAttribute.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_pubmethodRegister(RegistrationAttribute::RegistrationContext^)

Obsolete. Do not use.

Registers this attribute with the given context.(Overrides RegistrationAttribute::Register(RegistrationAttribute::RegistrationContext^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUnregister(RegistrationAttribute::RegistrationContext^)

Obsolete. Do not use.

Unregisters this attribute.(Overrides RegistrationAttribute::Unregister(RegistrationAttribute::RegistrationContext^).)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: