ProvideDependentAssemblyAttribute.GetGuidHashString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the string that will be hashed into the Id of the attribute.
protected:
abstract System::String ^ GetGuidHashString();
protected:
abstract Platform::String ^ GetGuidHashString();
abstract std::wstring GetGuidHashString();
protected abstract string GetGuidHashString ();
abstract member GetGuidHashString : unit -> string
Protected MustOverride Function GetGuidHashString () As String