Namespace: DeltaEngine.Editor.ContentManager.PreviewersAssembly: DeltaEngine.Editor.ContentManager (in DeltaEngine.Editor.ContentManager.dll) Version: 1.1.1.0 (1.1.1)
public void View(
string contentName,
ContentType type
)
public void View(
string contentName,
ContentType type
)
Public Sub View (
contentName As String,
type As ContentType
)
Public Sub View (
contentName As String,
type As ContentType
)
public:
void View(
String^ contentName,
ContentType type
)
public:
void View(
String^ contentName,
ContentType type
)
member View :
contentName : string *
type : ContentType -> unit
member View :
contentName : string *
type : ContentType -> unit