ProvideProfileAttribute::ResourcePackageGuid Property

 

Gets or sets the GUID of a package providing the resource strings.

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

public:
property String^ ResourcePackageGuid {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The GUID of a package providing the resource strings.

This property should be set only if the resource strings are in a package different from the current one.

Return to top
Show: