Marshal.GenerateProgIdForType(Type) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Belirtilen tür için bir program tanımlayıcısı (ProgID) döndürür.
public:
static System::String ^ GenerateProgIdForType(Type ^ type);
public static string? GenerateProgIdForType (Type type);
public static string GenerateProgIdForType (Type type);
[System.Security.SecurityCritical]
public static string GenerateProgIdForType (Type type);
static member GenerateProgIdForType : Type -> string
[<System.Security.SecurityCritical>]
static member GenerateProgIdForType : Type -> string
Public Shared Function GenerateProgIdForType (type As Type) As String
Parametreler
- type
- Type
ProgID almak için kullanılacak tür.
Döndürülenler
Belirtilen türün ProgID değeri.
- Öznitelikler
Özel durumlar
type
parametresi, COM tarafından oluşturulabilecek bir sınıf değildir. Sınıfın genel olması, ortak parametresiz oluşturucuya sahip olması ve COM görünür olması gerekir.
type
parametresidirnull
.
Açıklamalar
Türün meta verilerinde bir ProgID varsa, o ProgID döndürülür. Aksi takdirde, türün tam adı temel alınarak bir ProgID oluşturulur.