UIDataSource::AddIndirectProperty<T> Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

public:
generic<typename T>
void AddIndirectProperty(
	String^ name, 
	String^ type, 
	GetterThunk<T>^ getterThunk
)

Type Parameters

T

Type returned from GetterThunk

Parameters

name
Type: System::String

Name of the new property

type
Type: System::String

Type of the new property

getterThunk
Type: Microsoft.Internal.VisualStudio.PlatformUI::GetterThunk<T>

Method to actually return the property when asked

Show: