ProvideDependentAssemblyAttribute.GetPathToKey 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.
Get the path to the Key were the values for this attribute will be registered.
protected:
abstract System::String ^ GetPathToKey();
protected:
abstract Platform::String ^ GetPathToKey();
abstract std::wstring GetPathToKey();
protected abstract string GetPathToKey ();
abstract member GetPathToKey : unit -> string
Protected MustOverride Function GetPathToKey () As String