다음을 통해 공유


GraphDataObject.GetDataPresent 메서드 (String, Boolean)

전달된 형식이 이 데이터 개체에서 지원되는지 확인

네임스페이스:  Microsoft.VisualStudio.GraphModel
어셈블리:  Microsoft.VisualStudio.GraphModel(Microsoft.VisualStudio.GraphModel.dll)

구문

‘선언
Public Function GetDataPresent ( _
    format As String, _
    autoConvert As Boolean _
) As Boolean
public bool GetDataPresent(
    string format,
    bool autoConvert
)
public:
virtual bool GetDataPresent(
    String^ format, 
    bool autoConvert
) sealed
abstract GetDataPresent : 
        format:string * 
        autoConvert:bool -> bool  
override GetDataPresent : 
        format:string * 
        autoConvert:bool -> bool
public final function GetDataPresent(
    format : String, 
    autoConvert : boolean
) : boolean

매개 변수

  • format
    형식: String

    원하는 형식

  • autoConvert
    형식: Boolean

    무시

반환 값

형식: Boolean
형식이 지원되면 true, 그렇지 않으면 false입니다.

구현

IDataObject.GetDataPresent(String, Boolean)

.NET Framework 보안

참고 항목

참조

GraphDataObject 클래스

GetDataPresent 오버로드

Microsoft.VisualStudio.GraphModel 네임스페이스