ProgressionCommonResources.Indirection Property
Looks up a localized string similar to Indirection.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Indirection As String
public static string Indirection { get; }
public:
static property String^ Indirection {
String^ get ();
}
static member Indirection : string with get
static function get Indirection () : String
Property Value
Type: String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProgressionCommonResources Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace